const runtime.maxStack

4 uses

	runtime (current package)
		mprof.go#L32: 	maxStack = 32
		mprof.go#L183: 	stk := (*[maxStack]uintptr)(add(unsafe.Pointer(b), unsafe.Sizeof(*b)))
		mprof.go#L342: 	var stk [maxStack]uintptr
		mprof.go#L421: 	var stk [maxStack]uintptr